home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
util
/
boot
/
selector70.lha
/
Selector
/
Guide
< prev
next >
Wrap
Text File
|
1998-01-27
|
610b
|
38 lines
; The guide must be started from here,
; else it won't work properly.
path tools add
if exists C:amigaguide
setenv gtool C:amigaguide
else
setenv gtool multiview
endif
if exists sys:utilities/amigaguide
setenv gtool sys:utilities/amigaguide
endif
if exists sys:utilities/multiview
setenv gtool sys:utilities/multiview
endif
if "`which selector`" NOT EQ "RES selector"
resident selector pure add
setenv selectorRes Yes
endif
cd examples
startguide selector.guide
execute t:selexeguide
delete >NIL: t:selexeguide
if exists env:selectorRes
unsetenv selectorRes
resident selector remove
endif